Skip to main content

Ellipse

Calculates ellipse around a region of interest.

🔎 ROI options and parameters of ellipse accessor

As it is obvious from the name, ellipse calculates the ellipse around the region of interest.

In ImageJS ellipse is a ROI class accessor that returns an Ellipse object:

Property nameDescriptionProperty type
centerEllipse's center pointPoint[]
majorAxisEllipse's major axis{points: [Point,Point] ,length: number ,angle: number}
minorAxisEllipse's minor axis{points: [Point,Point] ,length: number ,angle: number}
surfaceEllipse's surface{points: [Point,Point] ,length: number ,angle: number}
const ellipse = roi.ellipse;